ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DropDown<T> Class / OnClientIsDroppedDownChanging Property

In This Topic
    OnClientIsDroppedDownChanging Property (DropDown<T>)
    In This Topic
    Occurs before the drop down is shown or hidden.
    Syntax
    'Declaration
     
    Public Property OnClientIsDroppedDownChanging As String
    public string OnClientIsDroppedDownChanging {get; set;}
    See Also